Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[guide-analysis] Host guide browser in hail-vdc #14078

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

daniel-goldstein
Copy link
Contributor

@daniel-goldstein daniel-goldstein commented Dec 7, 2023

This adds the k8s config necessary to host the guide browser in our k8s cluster. You can see it running in dev here. There's not much special here, a deployment with the browser app and an envoy sidecar to handle TLS. Once this merges and the ssl-config-guide-analysis is created in default I can make -C guide deploy NAMESPACE=default and then recreate the certs to pick up the new subdomain, after which it should be live.

Resolves #14067

preemptible: "false"
containers:
- name: guide-analysis
image: gneak123/guide_browser:amd@sha256:d3801eb2ff08ac0b5e9587ee3780dfa491bc087c367bc8bf3d252b2e60fae5b6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you for the SHA pin.

Copy link
Contributor

@danking danking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, can you deploy tomorrow?

@danking danking merged commit 6b6e829 into hail-is:main Dec 7, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[chore] Host Grant Chau's browser in a manner similar to ukbb-rg
2 participants